Int64NINumericInt64NIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<Int64N>.IsLessThan(
Int64N value
)
Private Function IsLessThan (
value As Int64N
) As Boolean Implements INumeric(Of Int64N).IsLessThan
private:
virtual bool IsLessThan(
Int64N value
) sealed = INumeric<Int64N>::IsLessThan
private abstract IsLessThan :
value : Int64N -> bool
private override IsLessThan :
value : Int64N -> bool
- value Int64N
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)